ci: Fix flatpak test pkg install
authorColin Walters <walters@verbum.org>
Fri, 28 Apr 2017 20:58:34 +0000 (16:58 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Mon, 1 May 2017 15:01:06 +0000 (15:01 +0000)
Closes: #822
Approved by: jlebon

ci/flatpak.sh

index f7edba3efa6f65b5daa9c669b5f5bf1bf6672834..fee738aaa404fb19acc6eaa64b9d3bdb17e4260b 100755 (executable)
@@ -28,7 +28,7 @@ cd flatpak
 dnf builddep -y flatpak
 # And runtime deps
 dnf install -y flatpak && rpm -e flatpak
-dnf install which attr fuse parallel # for the test suite
+dnf install -y which attr fuse parallel # for the test suite
 build
 # We want to capture automake results from flatpak
 cleanup() {